home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / kgdb.mips / local.mk < prev    next >
Encoding:
Makefile  |  1992-03-19  |  731 b   |  30 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. NAME        = kgdb.mips
  9.  
  10. NOOPTIMIZATION=true
  11.  
  12. LIBS        += -ltermlib 
  13.  
  14. #
  15. # If the kernel debugger stub supports kdbx then KDBX must be defined when
  16. # compiling both the kernel debugger stub and kgdb.
  17. #
  18.  
  19. CFLAGS += -DKDBX
  20.  
  21. #include    <$(SYSMAKEFILE)>
  22.  
  23. .PATH.h        :  . gdb gdb/ds3100.md \
  24.             gdb/sprite gdb/dist gdb/dist/readline 
  25.  
  26. CFLAGS          += -DKGDB -I. -Igdb \
  27.             -Igdb/ds3100.md -Igdb/sprite \
  28.                     -Igdb/dist -Igdb/dist/readline 
  29.  
  30.